home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineSprite_1231
/
frame_43
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
393b
|
26 lines
tellTarget("_root")
{
gotoAndStop("Tab6");
}
if(2 < eval("/Variables:NbArtifices"))
{
set("/Variables:ArtificePorte",true);
tellTarget("_root.GardeDerriere")
{
gotoAndStop("AvanceTir");
play();
}
}
else
{
tellTarget("_root.GardeDerriere")
{
gotoAndStop("Entre");
play();
}
}
tellTarget("_parent")
{
gotoAndStop(1);
}